All Questions
13 questions
2votes
2answers
1kviews
Can we use a webservice with Wordpress?
Assuming that my site uses a database through the web service to fetch content, style and other things for my site. Can we make this connection in a way provided by the CMS? A plugin does that? Should ...
0votes
0answers
19views
Related post not showing table of content
I have squaretype themes and this themes use built in table of content. My question is how to change related post to show excerpt not table of content words?
2votes
2answers
338views
How do I create new content pages for my Custom Post Type?
I am using Underscores starter theme and I've created a custom post type video. $args = array( 'label' => __( 'Video', 'text_domain' ), 'description' => __( '...
1vote
1answer
99views
How to create new post content templates for my users?
I admin a wordpress site for my kids primary school. At the number of editors/contributors is small, but we'd like to expand it. To simplify the uptake for some of the office staff I'd like to have ...
0votes
1answer
94views
custom template only for content
I've been trying to get into wordpress plugin development but I still haven't figured out how to customize just one part of the template, I've seen the single-{post-type}.php method, but this changes ...
0votes
3answers
2kviews
Create dynamic content from one WP page to multiple other pages
I want to create dynamic content that is taken from a specific paragraph from one page and writes to a paragraph on multiple pages that feature that same content. I am new to PHP and not sure how to ...
0votes
1answer
606views
How to refresh a template page on Wordpress in 3 seconds - easiest method?
Basically, on my site I have content submitted via a search bar. I'm using a content-none template to detect if the user is signed in - and if so it submits a post programmatically (if the post doesn'...
0votes
1answer
47views
Custom template for different post types
I'm struggling to get my head around the correct terminology for posts/templates etc which is making it difficult to find what I'm looking for in Google/on here. Basically, I'd like a user to be able ...
1vote
2answers
843views
How to make my category archive behave like a page
I don't want to use the category page as usual (list of posts). I would like to add more content: text, images, columns. Which is the best solution? Maybe redirect from a category page to a page? Or ...
0votes
0answers
37views
Choose to show or not show title on a template?
I want to show the page title in some pages but on others I don't. I'm wondering how to do it. I thought about using differente content templates one with title and one without. But I'm wondering if ...
2votes
2answers
3kviews
Adding short codes from a page's content on header and hiding the same from page's content
I have created a page and added the following shortcode from wp-orbit-slider [orbit-slider category="test"] I want the contents of [orbit-slider category="test"] be displayed on the header part,...
2votes
1answer
122views
How to get full content including template HTML
I'm looking to get the page content between the header and footer (as Wordpress already does) that includes the template HTML (as this is going to be an AJAX request). Is there a function that will ...
2votes
3answers
205views
What is a good way to present templated content in WordPress?
I'd like to be able to add a template for a page that will present pages with similar data in the same style. For example, I want to be able to create a "Person Profile" template so that all personal ...